CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux interrupt

搜索资源列表

  1. interrupt

    0下载:
  2. interrupt application code * compile : * $/usr/local/arm/2.95.3/bin/arm-linux-gcc -o interrupt interrupt.c * $cp interrupt /tftpboot/examples * run in target: * #mount 192.168.1.180:/tftpboot/ /mnt/nfs * #cd /mnt/nfs/examples * #
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1206
    • 提供者:nameblue
  1. Interrupt

    0下载:
  2. 申延超_嵌入式Linux应用开发完全手册笔记_中断体系结构-Interrupt
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-08
    • 文件大小:1610183
    • 提供者:申延超
  1. Linux2_6_kernel_interiable

    0下载:
  2. 该文章提出一种实时化改进方案.关键字:linux,实时性,中断线程化,实时优先级-The article presents a real-time to improve the program. Keywords: linux, real-time, interrupt threads, and real-time priority
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:266766
    • 提供者:hehe
  1. series_drivers

    0下载:
  2. 内容简介: 介绍了Linux下的串口驱动的设计层次及接口, 并指出串口与TTY终端之间的关联层次(串口可作TTY终端使用), 以及Linux下的中断处理机制/中断共享机制, 还有串口缓冲机制当中涉及的软中断机制 其中有关w83697/w83977 IC方面的知识, 具体参考相关手册, 对串口的配置寄存器有详细介绍, 本文不再进行说明.-Descr iption: This paper introduces the Linux serial port driver under the level
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:213227
    • 提供者:丹尼
  1. Linux-2410interrupt

    0下载:
  2. Linux-2410的linux中断代码分析,对了解内核中断很有帮助-Linux-2410 interrupted the linux code analysis, helpful in understanding the core interrupt
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:463499
    • 提供者:cheng
  1. pci

    0下载:
  2. Linux PCI driver skeleton sample code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1023
    • 提供者:B.J.
  1. LinuxKernelTaskManagment

    0下载:
  2. 1、linux进程管理的模块组织框架 2、相关数据结构。 3、进程调度原则,调度算法,。 4、进程的创建和运行管理。 5、进程间通讯。 6、更多的技术 进程调度和中断处理交接 进程管理涉及的内核机制:bottom-half处理,等待队列 Linux/SMP的进程管理和调度技术 7、概述2.4的新特点-1, linux process management modules organizational framework 2, the relevant
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:437700
    • 提供者:Bamboo
  1. irqbalance-0.55.tar

    0下载:
  2. IRQ Balance,Linux下SMP多核系统,实现软中断动态均衡的代码。-IRQ Balance, Linux under the SMP multi-core systems to achieve dynamic equilibrium soft interrupt code.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:20637
    • 提供者:曹炳尧
  1. IO_irq

    0下载:
  2. linux ok2440v3中断实验源代码-linux ok2440 interrupt code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:5623
    • 提供者:王士林
  1. Embeded_linux_note

    0下载:
  2. 这是个人收集了一年的Linux学习笔记。里面有很多个人收集过来的技巧。内容有SourceInsight,Linux 的安装优化,Linux源码的学习,fedora的配置,中断的学习,eclipse的嵌入式,如何得到外网的资料 等。 使用方法: 进入linux嵌入式学习笔记->打开linuxnote.doc 里面有超过30个的文档静态连接,这样方便了读者使用。-This is a personal collection of Linux-year
  3. 所属分类:Document

    • 发布日期:2017-05-23
    • 文件大小:7173695
    • 提供者:BertonHe
  1. 1652s_2

    0下载:
  2. The AT76C901 is highly integrated ASIC that can be used as a part of a wireless phone that utilizes an 802.11 LAN-based wireless medium and carries Voice over IP (VoIP) packets. Specified in this datasheet, an ARM® processor-based subsystem (
  3. 所属分类:Development Research

    • 发布日期:2017-04-02
    • 文件大小:67167
    • 提供者:hfr
  1. arch

    0下载:
  2. linux 中断处理代码,详细介绍了linux OS 中的中断处理过程-linux interrupt handling code, detailing the linux OS in the interrupt handling process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-24
    • 文件大小:8021015
    • 提供者:chuxiankai
  1. linux_uart_driver(1)

    0下载:
  2. 介绍了Linux下的串口驱动的设计层次及接口, 并指出串口与TTY终端之间的关联层次(串口可作TTY终端使用), 以及Linux下的中断处理机制/中断共享机制, 还有串口缓冲机制当中涉及的软中断机制 其中有关w83697/w83977 IC方面的知识-Introduced the Linux serial port driver under the design level and interface, and that serial correlation with the level bet
  3. 所属分类:Document

    • 发布日期:2017-04-03
    • 文件大小:213229
    • 提供者:托蒂
  1. buttons

    0下载:
  2. s3c2440 linux下中断实现的按键驱动程序,有详细注释,简单易懂-s3c2440 linux keys under the Interrupt driver with detailed notes, easy to understand
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2912
    • 提供者:caoting
  1. timer

    0下载:
  2. that s as the timer interrupt used in the linux application as the sample -that s as the timer interrupt used in the linux application as the sample
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:5149
    • 提供者:李有森
  1. interrupt

    0下载:
  2. 这是linux操作系统这门课程中,有关中断的课件-This is the linux operating system in this course, the interruption of the courseware
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:1404541
    • 提供者:zhu
  1. Linux-Kernel-Development

    0下载:
  2. Unix 内核开发, 目录如下: Contents at a Glance 1 Introduction to the Linux Kernel 1 2 Getting Started with the Kernel 11 3 Process Management 23 4 Process Scheduling 41 5 System Calls 69 6 Kernel Data Structures 85 7 Interrupts and Interrupt H
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1929394
    • 提供者:ziv.han
  1. AD

    0下载:
  2. 用中断法实现MINI2440的AD转换,是ARM学习裸机实验的入门程序!-Interrupt method used to achieve MINI2440 the AD conversion is started ARM experimental learning program bare metal!
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-05
    • 文件大小:145152
    • 提供者:李林
  1. at91rm9200_fiq_linux_driver

    0下载:
  2. Linux下,AT91RM9200的中断驱动例程,C语言编写。-Under Linux, AT91RM9200 interrupt-driven routine, C language.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:9822
    • 提供者:文刚
  1. key_interruptPPID-number_test.tar

    0下载:
  2. linux系统下开发的键盘中断驱动程序+PID卡号的读取测试小程序-linux system developed under the keyboard interrupt driver+ PID card applet to read the test
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:12999
    • 提供者:zhangzewei
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com